[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_LineFeed() Returns the control codes to advance one line
Description:
VS_LineFeed() returns the control codes to make the currently selected
printer advance the paper one line.
Syntax:
c_LineFeed = VS_LineFeed()
Pass:
NOTHING
Return:
c_LineFeed is a character expression that will contain the control
codes to make the currently selected printer advance the paper one
line.
Notes:
If a printer has not yet been selected VS_LineFeed() will call
VS_InitPrtr()
Example:
SET PRINT ON
? "This is on the first line" + VS_LINEFEED() + "This will be on the
next line"
SET PRINT OFF
Usage:
See Also:
VS_InitPrtr()
VS_FormFeed()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson